Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missileguidance - Add MCLOS seeker type #10027

Open
wants to merge 297 commits into
base: master
Choose a base branch
from

Conversation

TheCandianVendingMachine
Copy link
Contributor

When merged this pull request will:

  • Add MCLOS seeker

MCLOS stands for Manual-Command to Line of Sight. The missile is controlled via the keyboard to the target. It is a very shitty guidance solution, but many missiles have it.

Merge Strategy

Follow #10019

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

addons/missileguidance/XEH_postInit.sqf Outdated Show resolved Hide resolved
addons/missileguidance/XEH_postInit.sqf Outdated Show resolved Hide resolved
addons/missileguidance/XEH_postInit.sqf Outdated Show resolved Hide resolved
addons/missileguidance/XEH_postInit.sqf Outdated Show resolved Hide resolved
addons/missileguidance/XEH_postInit.sqf Outdated Show resolved Hide resolved
addons/missileguidance/functions/fnc_seekerType_MCLOS.sqf Outdated Show resolved Hide resolved
addons/missileguidance/functions/fnc_seekerType_MCLOS.sqf Outdated Show resolved Hide resolved
addons/missileguidance/functions/fnc_seekerType_MCLOS.sqf Outdated Show resolved Hide resolved
Base automatically changed from missile_guidance_rewrite to master August 23, 2024 14:21
@PabstMirror
Copy link
Contributor

testing with

class EGVAR(missileguidancetype_Malyutka);
class CfgAmmo {
    class MissileBase;
    class CUP_M_9M17P_AT3_Sagger_AT: MissileBase {
        manualControl = 0;
        lockType = 0;
        class ACE_MissileGuidance: EGVAR(missileguidancetype_Malyutka) {
            enabled = 1;    
        };
    };
};

and it works, really hard to hit things but that seems to be realistic 😄
imho, decreasing the turn rate might actually make it easier to use as it's easy to overshoot corrections

@PabstMirror
Copy link
Contributor

I guess we need to think about how AI will use this
possibly something simple as just auto-homing to their target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.